Files
audio-engine-hub/.dockerignore
2025-12-04 11:58:36 +01:00

35 lines
343 B
Plaintext

# Git / version control
.git
.gitignore
.dockerignore
# Virtual environment
.venv
venv/
.env/
# IDE / Editor folders
.idea/
.vscode/
# Python cache
__pycache__/
*.pyc
*.pyo
# Build artifacts
build/
dist/
*.egg-info
# Test artifacts
.pytest_cache/
.coverage
# Docker files
Dockerfile
docker-compose.yml
# Local environment settings
.env