Files
codemap/.gitignore
7000pctAUTO b66b8b3756
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial commit: CodeMap v0.1.0 - CLI tool for code analysis and diagram generation
2026-01-30 12:18:52 +00:00

64 lines
486 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
venv/
ENV/
env/
.venv/
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
nosetests.xml
coverage.xml
*.cover
*.py,cover
logs/
*.log
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.docker/
tmp/
temp/
*.tmp
*.temp