gns3-server/.dockerignore
my-code-is-grey 77700f361c 2798
2026-07-07 01:30:58 -04:00

57 lines
514 B
Plaintext

# Version control
.git
.gitignore
.gitattributes
# CI / GitHub
.github
.whitesource
# Editor / IDE
.idea
.vscode
.settings
.project
.pydevproject
.mr.developer.cfg
# Claude
.claude
# Python build artifacts
__pycache__
*.py[cod]
*.so
*.egg
*.egg-info
build/
dist/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
.ropeproject
# Test & coverage
tests/
pytest.ini
.coveragerc
.coverage
.coverage*
.tox
.cache
.pytest_cache
nosetests.xml
# Virtualenv
env/
venv/
.venv/
# Editor backup files
*~