# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.so
.cache

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

# Poetry / pyenv
poetry.toml

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
*.egg
*.egg-info/
.eggs/
MANIFEST
__scm_version__.py
wheels/
share/python-wheels/
.installed.cfg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit tests / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
*.cover
.tox/
.nox/
nosetests.xml
.hypothesis/

# Type checkers
.mypy_cache/
.pyre/
.pytype/
cython_debug/

# Linters / formatters
.ruff_cache/

# IDEs / editors
.vscode/*
.idea/
*.iml
!.vscode/extensions.json
!.vscode/settings.json

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon?

# Windows
Thumbs.db

# Jupyter / IPython
.ipynb_checkpoints/
profile_default/
ipython_config.py

# Logs
*.log
logs/

# Databases
*.sqlite3
*.db

# Docker / environment files
docker-compose.override.yml
.env
.env.local
.env.*.local
.pypirc

# Sphinx documentation
docs/_build/

# Translations
*.mo
*.pot

# Temporary / editor files
*~
*.swp
*.tmp
*.pdf~

# Generated files
*.svg

# Project-specific
_temp
temp.*
test_run
mock_run
notebooks/figures
MGX/
TRX/
.amazonq/
python-boilerplate/

# Marimo
__marimo__/

# Streamlit
.streamlit/secrets.toml

# PyeScan-specific
dev/
.kiro/
