# Ignore virtual environments
env/
.env/

# Ignore Python byte code cache
*.pyc
__pycache__
.cache

# Ignore coverage reports
.coverage
reports/

# Ignore build results
*.egg-info/
pip-wheel-metadata/
dist/

# Ignore stupid .DS_Store
.DS_Store

# Ignore benchmark results
.benchmarks/

# Ignore temporary tox environments
.tox/
.pytest_cache/

# Ignore PyCharm / IntelliJ files
.idea/
