# Python-related files
__pycache__/
*.py[cod]
*.pyc
*.pyo

# Virtual environments
venv/
env/
.venv/

# IDE/editor-specific files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# Logs and temporary files
*.log
*.tmp
*.temp

# Environment variables
.env
.env.local

# Docker-related files
Dockerfile
docker-compose.yml
.dockerignore
**/data/

# Build artifacts
build/
dist/
*.egg-info/
*.whl

# OS-specific files
.DS_Store
Thumbs.db

# Jupyter Notebook files
.ipynb_checkpoints/

# Data files (optional: ignore large datasets)
*.csv
*.xlsx
*.json

# Byte-compiled Python files
*.pyc
*.pyo
*.pyd

# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml

# Byte-compiled Python files
__pycache__/
*.py[cod]

# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/

# Byte-compiled Python files
*.pyc
*.pyo
*.pyd

# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/

# Byte-compiled Python files
*.pyc
*.pyo
*.pyd

# Distribution / packaging
.Python
env/
venv/
ENV/
env.bak/
venv.bak/