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

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

# Unit test / coverage reports
.pytest_cache/
.coverage
htmlcov/

# Environments
.env
.venv
env/
venv/

# Hatch-specific files
.hatch/

# Jupyter
.ipynb_checkpoints

# PyPI configuration file
.pypirc

# Editor files
.idea/
.vscode/