# 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/

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

# Project specific
data/*
!data/.gitkeep
logs/*
!logs/.gitkeep
output/
results/

# Environment and Settings
*.env
.envrc
.direnv
*.local
local_settings.py
instance/
config*.json

# OS specific
.DS_Store
Thumbs.db

# PyPI
.pypirc

# Testing and Coverage
.coverage*
coverage.xml
*.cover
.pytest_cache/
.tox/
nosetests.xml
coverage/
htmlcov/
test-results/
junit/

# Secrets and Keys
*.pem
*.key
*.cert
secrets.*
credentials.*
token.*

# Logs and Databases
*.log
*.sqlite*
*.db
db.json

# Temporary and Cache files
*.tmp
*.temp
*.cache
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Documentation builds
docs/_build/
site/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Package specific
pynions-*/

# Config files
pynions/config/.env
.env