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

# C extensions
*.so

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

# Environment variables (ignore real .env, but track .env.example)
.env
!.env.example

# Virtual Environments
.venv
venv/
env/
ENV/
env.bak/
venv.bak/

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

# MacOS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
