# Python bytecode and caches
__pycache__/
**/__pycache__/
*.py[cod]
*$py.class

# Build and packaging artifacts
.Python
build/
dist/
site/
docs/_build/
*.egg
*.egg-info/
.eggs/
pip-wheel-metadata/
src/foga/_version.py

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

# Test and coverage output
.coverage
.coverage.*
.pytest_cache/
htmlcov/
.tox/
.nox/

# Type checker and linter caches
.mypy_cache/
.ruff_cache/
.pyre/

# Jupyter
.ipynb_checkpoints/

# Local tool state
.codex

# Editors and OS files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
