

#Ignore vscode AI rules
.github\instructions\codacy.instructions.md
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg
.eggs/

# Virtual environments
.venv/
venv/

# Cache
__gdpr_cache__/
.pytest_cache/
htmlcov/
.coverage

# IDE
.idea/
*.swp
*.swo