You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

86 lines
813 B

# Version control
.git
.gitignore
.gitattributes
# Python cache & bytecode
__pycache__
*.py[cod]
*.class
*.so
.Python
*.egg-info
dist
build
*.egg
# Virtual environments & node_modules
venv
env
ENV
env.bak
venv.bak
.venv
node_modules
# IDE & OS
.vscode
.idea
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Docker files
docker-compose*.yml
Dockerfile*
.dockerignore
# Environment files
.env
.env.dev
.env.development
.env.local
.env.test
# Logs & database dumps
*.log
logs
*.sqlite3
*.sql
*.tar.gz
*.zip
*.bak
# Testing & linting
.pytest_cache
.coverage
htmlcov
.tox
.nox
.mypy_cache
.dmypy.json
dmypy.json
test_*.py
tests
# Documentation & CI
*.md
docs
Jenkinsfile
.jenkins
.letta
.claude
.qodo
.zencoder
# Large volumes & temporary uploads
volumes
staticfiles
media
media_volume
recordings
data/*.xlsx
data/*.csv