# Virtual Environment
venv/
.venv*/
env/
ENV/
*_env/

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

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

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
pytest_cache/

# Environments
.env
.venv
.python-version

# IDE specific files
.idea/
.vscode/
*.swp
*.swo

# UV package manager
uv.lock
