# Ignore IDE files
.vscode
.idea
/.sqlfluff
**/.DS_Store

# Ignore Python cache and prebuilt things
.cache
__pycache__
*.egg-info
*.pyc
build
_build
dist
.pytest_cache
/sqlfluff-*

# Ignore the Environment
env
.tox
venv
.venv
.python-version

# Ignore coverage reports
.coverage
.coverage.*
coverage.xml
htmlcov

# Ignore test reports
.test-reports
test-reports

# Ignore root testing sql & python files
/test*.sql
/test*.py
/test*.txt
/.hypothesis/

# Ignore dbt outputs from testing
/target

# Ignore any timing outputs
/*.csv

# Ignore conda environment.yml contributors might be using and direnv config
environment.yml
.envrc
**/*FIXED.sql
*.prof
# Ignore temp packages.yml generated during testing.
plugins/sqlfluff-templater-dbt/test/fixtures/dbt/dbt_project/packages.yml

# VSCode
.vscode
*.code-workspace

# Emacs
*~

# Mypyc outputs
*.pyd
*.so
