# Applied relative to the build context (archit-app-main/)

# Python bytecode
**/__pycache__/
**/*.py[cod]
**/*.pyo

# Secrets — never bake into the image
archit-studio/.env

# Runtime data — mounted as a volume instead
archit-studio/data/

# Version control
**/.git/
**/.gitignore

# Dev / test artefacts
archit-studio/tests/
archit-app/tests/
**/.pytest_cache/
**/.mypy_cache/
**/.ruff_cache/
**/dist/
**/*.egg-info/

# Editor / OS noise
**/.DS_Store
**/.vscode/
**/.idea/
