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

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

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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.cache/
.hypothesis/
.dmypy.json

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
coverage_data/

# uv
.uv/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Project-specific
env-file.txt
data/
new_api.json
dd_import_stefanf.egg-info
dd_import.egg-info

# Docs build
site/

# Generated by hatch-vcs at build time
src/dd_cli/_version.py
