# Copyright 2023 NWChemEx-Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# These are extensions commonly used to denote temporary files
*.tmp
*.autosave
*.bak
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store

# These are directories used by IDEs for storing settings
.ropeproject
.project
.pydevproject
.settings
.idea
.vscode
tags

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Unittest and coverage
htmlcov/*
.coverage
.coverage.*
.tox
junit*.xml
coverage.xml
.pytest_cache/

# Build and docs folder/files
build/*
dist/*
sdist/*
docs/source/api/*
!docs/source/api/modules.rst
docs/source/_rst/*
docs/build/*
cover/*
MANIFEST

# Per-project virtualenvs
*venv*/
.conda*/
.python-version

# Users commonly store their specific CMake settings in a toolchain file
toolchain.cmake

# These are the default names for the components of the cache
cache.db
uuid.db

# This is a generated file
# src/python/friendzone/friends.py

# Automatically installed in dev mode
.pre-commit-config.yaml
