# Python and venv
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Database (will be mounted as volume)
users.db

# Downloaded files
manual_files/
/opt/manualFiles/

# Environment files
.env
.env.local

# Git
.git/
.gitignore

# Documentation
*.md
docs/

# Tests
.pytest_cache/
.coverage
htmlcov/

# Misc
.dockerignore
Dockerfile
docker-compose.yml
