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

# C extensions
*.so
*.pyd

# Unit test / coverage reports
.coverage
coverage.xml
htmlcov/
.pytest_cache/

# Environments
.venv/
venv/
env/
envs/
ENV/
conda-env/

# IDE-specific files
.idea/
.project
.workspace
*.swp
*.swo
*.iml
nbproject/
.vscode/

# MyPy cache
.mypy_cache/

# Flit build artifacts
dist/
build/
*.egg-info/

# Python Eggs
*.egg

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Logs
*.log

# Temporary files
*.tmp
*.bak
*.orig
