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

# C extensions
*.so

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

# Virtual Environments
.venv
venv/
env/
ENV/

# Test & Coverage Reports
.pytest_cache/
.coverage
htmlcov/
.tox/

# Secrets
.env
*.log
local_settings.py

# IDE & Editor Directories
# VSCode
.vscode/

# PyCharm
.idea/

# Personal Development & Local Ignores
playground/
release.sh
Makefile

# OS-specific files
.DS_Store