# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
venv/
env/
.env/
.venv/
ENV/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Jupyter Notebook
.ipynb_checkpoints

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
nosetests.xml
coverage.xml
*.cover

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pip
pip-log.txt
pip-delete-this-directory.txt

# Logs
*.log
logs/

# Local development settings
.env
.env.local
.env.*.local

# Documentation
docs/_build/
site/

# Temporary files
*.tmp
*.bak
*.swp
*~ 