# Environment variables
.env
.env.*

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

# Python compiled files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# Jupyter Notebook
.ipynb_checkpoints

# Operating system
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific
/notes.md
j4f/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# UV lock file (optional - some prefer to commit this)
# uv.lock