# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
env/
myenv/
ENV/
.env
.venv
.python-version

# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store
*.sublime-workspace
*.sublime-project

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Database
*.db
*.sqlite3
*.sqlite3-journal

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

# Test coverage
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Local development settings
local_settings.py
settings_local.py

# Environment variables
.env
.env.local
.env.*.local
*.env

# Operating System
.DS_Store
Thumbs.db

# Python cache files
__pycache__/
*.py[cod]
*.class
.pytest_cache/
.coverage
htmlcov/

# Output folders
outputs/
test_outputs/
temp_results/
