# SPDX-FileCopyrightText: 2025 icalendar-anonymizer contributors
# SPDX-License-Identifier: AGPL-3.0-or-later

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.hypothesis/

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

# Cloudflare Workers build artifacts
python_modules/
src/icalendar_anonymizer/webapp/assets/

# Environment variables
.env

# IDE
.DS_Store
.idea/
.vscode/

# Editor temp files
*.swp
*.swo
*~

# Generated version file
src/icalendar_anonymizer/_version.py

# uv lock file
uv.lock
docs/_build/
node_modules/
